Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Private Function GetEnumerator As IEnumerator(Of Certificate)
	Implements IEnumerable(Of Certificate).GetEnumerator
C#
IEnumerator<Certificate> IEnumerable<Certificate>.GetEnumerator()

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also